home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / libsrc~1.z / libsrc~1 / Makefile < prev    next >
Encoding:
Makefile  |  1989-12-28  |  206 b   |  16 lines

  1.  
  2. all: lshort llong
  3.  
  4. lshort:
  5.     make -f Makefile.16 clean
  6.     make -f Makefile.16
  7.  
  8. llong:
  9.     make -f Makefile.32 clean
  10.     make -f Makefile.32
  11.  
  12. clean:
  13.     make -f Makefile.16 clean
  14.     make -f Makefile.32 clean
  15.     rm -f core
  16.